Error
(Event)

Purpose: Fires when an Error occurs inside the SoundCard Control.

Syntax: See Example.

Arguments: Message is a string containing an Error message.

Example:
'Show Error messages in the Debug Window
Private Sub SoundCard1_Error(Message As String)
____Debug.Print Message
End Sub

Comments: You should trap errors and give the user of your App an option to terminate or continue execution.

See Also:

Index